Html Css Color HEX #230C63 Persian Indigo

📋 copy color: '#230C63'

red 35 ◦ green 12 ◦ blue 99

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

Shades of Persian Indigo #230C63

Tints of Persian Indigo #230C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.81%

R = 23.97%
G = 8.22%
B = 67.81%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230C63 (or 0x230C63) is known color: Persian Indigo. HEX triplet: 23, 0C and 63. RGB value is (35,12,99). Sum of RGB (Red+Green+Blue) = 35+12+99=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #230C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C63 is #DCF39C. Grayscale: #1C1C1C. Windows color (decimal): -14480285 or 6491171. OLE color: 6491171.

HSL color Cylindrical-coordinate representation of color #230C63: hue angle of 255.86º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230C63 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 12 99 -
CMYK 0.65 0.88 0 0.61
HSL 255.86º 0.78% 0.22% -
HSV(B) 255.86º 0.88% 0.39% -
XYZ 3.08 1.52 11.94 -
YUV 28.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 35 12 99 0.65 0.88 0 0.61 255.86 0.78 0.22
Hex 23 C 63 41 58 0 3D 100 4E 16
Octal 43 14 143 101 130 0 75 400 116 26
Binary 100011 1100 1100011 1000001 1011000 0 111101 100000000 1001110 10110

Color Harmonies of #230C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C63

Black with #230C63

Text Example


Text Example

White with #230C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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