Html Css Color HEX #230673 Persian Indigo

📋 copy color: '#230673'

red 35 ◦ green 6 ◦ blue 115

#230673
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #230673

Tints of Persian Indigo #230673

RGB

 RED value IS 35 (14.06% from 255) = 22.44%

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 22.44%
G = 3.85%
B = 73.72%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#230673 (or 0x230673) is known color: Persian Indigo. HEX triplet: 23, 06 and 73. RGB value is (35,6,115). Sum of RGB (Red+Green+Blue) = 35+6+115=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #230673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230673 is #DCF98C. Grayscale: #1A1A1A. Windows color (decimal): -14481805 or 7538211. OLE color: 7538211.

HSL color Cylindrical-coordinate representation of color #230673: hue angle of 255.96º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230673 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 6 115 -
CMYK 0.70 0.95 0 0.55
HSL 255.96º 0.9% 0.24% -
HSV(B) 255.96º 0.95% 0.45% -
XYZ 3.85 1.73 16.35 -
YUV 27.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 35 6 115 0.70 0.95 0 0.55 255.96 0.9 0.24
Hex 23 6 73 46 5F 0 37 100 5A 18
Octal 43 6 163 106 137 0 67 400 132 30
Binary 100011 110 1110011 1000110 1011111 0 110111 100000000 1011010 11000

Color Harmonies of #230673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230673

Black with #230673

Text Example


Text Example

White with #230673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230673; }

 p { color: rgb(35,6,115); }

 H1.HeaderClassName
 {
   color: #230673;
 }
 .AnyTagClassName
 {
   color: #230673;
 }
</style>

background-color css

<style>
 a { background-color: #230673; }

 a { background-color: rgb(35,6,115); }

 div.DivClassName
 {
   background-color: #230673;
 }
 .BgClassName
 {
   background-color: #230673;
 }
</style>

border-color css

<style>
 span { border-color: #230673; }

 span { border-color: rgb(35,6,115); }

 td.TdClassName
 {
   border-color: #230673;
 }
 .TagClassName
 {
   border-color: #230673;
 }
</style>