Html Css Color HEX #230E63 Persian Indigo

📋 copy color: '#230E63'

red 35 ◦ green 14 ◦ blue 99

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

Shades of Persian Indigo #230E63

Tints of Persian Indigo #230E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

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

R = 23.65%
G = 9.46%
B = 66.89%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230E63 (or 0x230E63) is known color: Persian Indigo. HEX triplet: 23, 0E and 63. RGB value is (35,14,99). Sum of RGB (Red+Green+Blue) = 35+14+99=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #230E63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E63 is #DCF19C. Grayscale: #1D1D1D. Windows color (decimal): -14479773 or 6491683. OLE color: 6491683.

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

Color convert

RGB 35 14 99 -
CMYK 0.65 0.86 0 0.61
HSL 254.82º 0.75% 0.22% -
HSV(B) 254.82º 0.86% 0.39% -
XYZ 3.1 1.57 11.94 -
YUV 29.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 35 14 99 0.65 0.86 0 0.61 254.82 0.75 0.22
Hex 23 E 63 41 56 0 3D FF 4B 16
Octal 43 16 143 101 126 0 75 377 113 26
Binary 100011 1110 1100011 1000001 1010110 0 111101 11111111 1001011 10110

Color Harmonies of #230E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E63

Black with #230E63

Text Example


Text Example

White with #230E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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