Html Css Color HEX #230C6F Persian Indigo

📋 copy color: '#230C6F'

red 35 ◦ green 12 ◦ blue 111

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

Shades of Persian Indigo #230C6F

Tints of Persian Indigo #230C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 22.15%
G = 7.59%
B = 70.25%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230C6F (or 0x230C6F) is known color: Persian Indigo. HEX triplet: 23, 0C and 6F. RGB value is (35,12,111). Sum of RGB (Red+Green+Blue) = 35+12+111=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #230C6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C6F is #DCF390. Grayscale: #1D1D1D. Windows color (decimal): -14480273 or 7277603. OLE color: 7277603.

HSL color Cylindrical-coordinate representation of color #230C6F: hue angle of 253.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230C6F is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 12 111 -
CMYK 0.68 0.89 0 0.56
HSL 253.94º 0.8% 0.24% -
HSV(B) 253.94º 0.89% 0.44% -
XYZ 3.69 1.77 15.19 -
YUV 30.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 35 12 111 0.68 0.89 0 0.56 253.94 0.8 0.24
Hex 23 C 6F 44 59 0 38 FE 50 18
Octal 43 14 157 104 131 0 70 376 120 30
Binary 100011 1100 1101111 1000100 1011001 0 111000 11111110 1010000 11000

Color Harmonies of #230C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C6F

Black with #230C6F

Text Example


Text Example

White with #230C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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