Html Css Color HEX #230063 Persian Indigo

📋 copy color: '#230063'

red 35 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #230063

Tints of Persian Indigo #230063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.12%
G = 0%
B = 73.88%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230063 (or 0x230063) is known color: Persian Indigo. HEX triplet: 23, 00 and 63. RGB value is (35,0,99). Sum of RGB (Red+Green+Blue) = 35+0+99=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #230063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230063 is #DCFF9C. Grayscale: #151515. Windows color (decimal): -14483357 or 6488099. OLE color: 6488099.

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

Color convert

RGB 35 0 99 -
CMYK 0.65 1 0 0.61
HSL 261.21º 1% 0.19% -
HSV(B) 261.21º 1% 0.39% -
XYZ 2.95 1.26 11.89 -
YUV 21.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 35 0 99 0.65 1 0 0.61 261.21 1 0.19
Hex 23 0 63 41 64 0 3D 105 64 13
Octal 43 0 143 101 144 0 75 405 144 23
Binary 100011 0 1100011 1000001 1100100 0 111101 100000101 1100100 10011

Color Harmonies of #230063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230063

Black with #230063

Text Example


Text Example

White with #230063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230063; }

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

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

background-color css

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

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

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

border-color css

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

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

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