Html Css Color HEX #230066 Persian Indigo

📋 copy color: '#230066'

red 35 ◦ green 0 ◦ blue 102

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

Shades of Persian Indigo #230066

Tints of Persian Indigo #230066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 74.45%

R = 25.55%
G = 0%
B = 74.45%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#230066 (or 0x230066) is known color: Persian Indigo. HEX triplet: 23, 00 and 66. RGB value is (35,0,102). Sum of RGB (Red+Green+Blue) = 35+0+102=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #230066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230066 is #DCFF99. Grayscale: #151515. Windows color (decimal): -14483354 or 6684707. OLE color: 6684707.

HSL color Cylindrical-coordinate representation of color #230066: hue angle of 260.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230066 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 35 0 102 -
CMYK 0.66 1 0 0.6
HSL 260.59º 1% 0.2% -
HSV(B) 260.59º 1% 0.4% -
XYZ 3.09 1.32 12.66 -
YUV 22.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 35 0 102 0.66 1 0 0.6 260.59 1 0.2
Hex 23 0 66 42 64 0 3C 105 64 14
Octal 43 0 146 102 144 0 74 405 144 24
Binary 100011 0 1100110 1000010 1100100 0 111100 100000101 1100100 10100

Color Harmonies of #230066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230066

Black with #230066

Text Example


Text Example

White with #230066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230066; }

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

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

background-color css

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

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

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

border-color css

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

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

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