Html Css Color HEX #230C69 Persian Indigo

📋 copy color: '#230C69'

red 35 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #230C69

Tints of Persian Indigo #230C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 69.08%

R = 23.03%
G = 7.89%
B = 69.08%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230C69 (or 0x230C69) is known color: Persian Indigo. HEX triplet: 23, 0C and 69. RGB value is (35,12,105). Sum of RGB (Red+Green+Blue) = 35+12+105=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #230C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C69 is #DCF396. Grayscale: #1D1D1D. Windows color (decimal): -14480279 or 6884387. OLE color: 6884387.

HSL color Cylindrical-coordinate representation of color #230C69: hue angle of 254.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230C69 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 12 105 -
CMYK 0.67 0.89 0 0.59
HSL 254.84º 0.79% 0.23% -
HSV(B) 254.84º 0.89% 0.41% -
XYZ 3.37 1.64 13.5 -
YUV 29.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 35 12 105 0.67 0.89 0 0.59 254.84 0.79 0.23
Hex 23 C 69 43 59 0 3B FF 4F 17
Octal 43 14 151 103 131 0 73 377 117 27
Binary 100011 1100 1101001 1000011 1011001 0 111011 11111111 1001111 10111

Color Harmonies of #230C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C69

Black with #230C69

Text Example


Text Example

White with #230C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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