Html Css Color HEX #23036F Persian Indigo

📋 copy color: '#23036F'

red 35 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #23036F

Tints of Persian Indigo #23036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 23.49%
G = 2.01%
B = 74.5%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23036F (or 0x23036F) is known color: Persian Indigo. HEX triplet: 23, 03 and 6F. RGB value is (35,3,111). Sum of RGB (Red+Green+Blue) = 35+3+111=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #23036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036F is #DCFC90. Grayscale: #181818. Windows color (decimal): -14482577 or 7275299. OLE color: 7275299.

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

Color convert

RGB 35 3 111 -
CMYK 0.68 0.97 0 0.56
HSL 257.78º 0.95% 0.22% -
HSV(B) 257.78º 0.97% 0.44% -
XYZ 3.59 1.57 15.15 -
YUV 24.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 35 3 111 0.68 0.97 0 0.56 257.78 0.95 0.22
Hex 23 3 6F 44 61 0 38 102 5F 16
Octal 43 3 157 104 141 0 70 402 137 26
Binary 100011 11 1101111 1000100 1100001 0 111000 100000010 1011111 10110

Color Harmonies of #23036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23036F

Black with #23036F

Text Example


Text Example

White with #23036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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