Html Css Color HEX #23046F Persian Indigo

📋 copy color: '#23046F'

red 35 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #23046F

Tints of Persian Indigo #23046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 111 (43.75% from 255) = 74%

R = 23.33%
G = 2.67%
B = 74%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23046F (or 0x23046F) is known color: Persian Indigo. HEX triplet: 23, 04 and 6F. RGB value is (35,4,111). Sum of RGB (Red+Green+Blue) = 35+4+111=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #23046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23046F is #DCFB90. Grayscale: #191919. Windows color (decimal): -14482321 or 7275555. OLE color: 7275555.

HSL color Cylindrical-coordinate representation of color #23046F: hue angle of 257.38º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23046F is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 4 111 -
CMYK 0.68 0.96 0 0.56
HSL 257.38º 0.93% 0.23% -
HSV(B) 257.38º 0.96% 0.44% -
XYZ 3.61 1.59 15.16 -
YUV 25.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 35 4 111 0.68 0.96 0 0.56 257.38 0.93 0.23
Hex 23 4 6F 44 60 0 38 101 5D 17
Octal 43 4 157 104 140 0 70 401 135 27
Binary 100011 100 1101111 1000100 1100000 0 111000 100000001 1011101 10111

Color Harmonies of #23046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23046F

Black with #23046F

Text Example


Text Example

White with #23046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23046F; }

 p { color: rgb(35,4,111); }

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

background-color css

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

 a { background-color: rgb(35,4,111); }

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

border-color css

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

 span { border-color: rgb(35,4,111); }

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