Html Css Color HEX #230C6C Persian Indigo

📋 copy color: '#230C6C'

red 35 ◦ green 12 ◦ blue 108

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

Shades of Persian Indigo #230C6C

Tints of Persian Indigo #230C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 22.58%
G = 7.74%
B = 69.68%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#230C6C (or 0x230C6C) is known color: Persian Indigo. HEX triplet: 23, 0C and 6C. RGB value is (35,12,108). Sum of RGB (Red+Green+Blue) = 35+12+108=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #230C6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C6C is #DCF393. Grayscale: #1D1D1D. Windows color (decimal): -14480276 or 7080995. OLE color: 7080995.

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

Color convert

RGB 35 12 108 -
CMYK 0.68 0.89 0 0.58
HSL 254.38º 0.8% 0.24% -
HSV(B) 254.38º 0.89% 0.42% -
XYZ 3.53 1.7 14.33 -
YUV 29.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 35 12 108 0.68 0.89 0 0.58 254.38 0.8 0.24
Hex 23 C 6C 44 59 0 3A FE 50 18
Octal 43 14 154 104 131 0 72 376 120 30
Binary 100011 1100 1101100 1000100 1011001 0 111010 11111110 1010000 11000

Color Harmonies of #230C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C6C

Black with #230C6C

Text Example


Text Example

White with #230C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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