Html Css Color HEX #230166 Persian Indigo

📋 copy color: '#230166'

red 35 ◦ green 1 ◦ blue 102

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

Shades of Persian Indigo #230166

Tints of Persian Indigo #230166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 25.36%
G = 0.72%
B = 73.91%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#230166 (or 0x230166) is known color: Persian Indigo. HEX triplet: 23, 01 and 66. RGB value is (35,1,102). Sum of RGB (Red+Green+Blue) = 35+1+102=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #230166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230166 is #DCFE99. Grayscale: #161616. Windows color (decimal): -14483098 or 6684963. OLE color: 6684963.

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

Color convert

RGB 35 1 102 -
CMYK 0.66 0.99 0 0.6
HSL 260.2º 0.98% 0.2% -
HSV(B) 260.2º 0.99% 0.4% -
XYZ 3.1 1.34 12.67 -
YUV 22.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 35 1 102 0.66 0.99 0 0.6 260.2 0.98 0.2
Hex 23 1 66 42 63 0 3C 104 62 14
Octal 43 1 146 102 143 0 74 404 142 24
Binary 100011 1 1100110 1000010 1100011 0 111100 100000100 1100010 10100

Color Harmonies of #230166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230166

Black with #230166

Text Example


Text Example

White with #230166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230166; }

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

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

background-color css

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

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

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

border-color css

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

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

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