Html Css Color HEX #230463 Persian Indigo

📋 copy color: '#230463'

red 35 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #230463

Tints of Persian Indigo #230463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 25.36%
G = 2.9%
B = 71.74%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230463 (or 0x230463) is known color: Persian Indigo. HEX triplet: 23, 04 and 63. RGB value is (35,4,99). Sum of RGB (Red+Green+Blue) = 35+4+99=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #230463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230463 is #DCFB9C. Grayscale: #171717. Windows color (decimal): -14482333 or 6489123. OLE color: 6489123.

HSL color Cylindrical-coordinate representation of color #230463: hue angle of 259.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230463 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 4 99 -
CMYK 0.65 0.96 0 0.61
HSL 259.58º 0.92% 0.2% -
HSV(B) 259.58º 0.96% 0.39% -
XYZ 2.99 1.35 11.91 -
YUV 24.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 35 4 99 0.65 0.96 0 0.61 259.58 0.92 0.2
Hex 23 4 63 41 60 0 3D 104 5C 14
Octal 43 4 143 101 140 0 75 404 134 24
Binary 100011 100 1100011 1000001 1100000 0 111101 100000100 1011100 10100

Color Harmonies of #230463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230463

Black with #230463

Text Example


Text Example

White with #230463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230463; }

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

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

background-color css

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

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

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

border-color css

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

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

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