Html Css Color HEX #230466 Persian Indigo

📋 copy color: '#230466'

red 35 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #230466

Tints of Persian Indigo #230466

RGB

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

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

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

R = 24.82%
G = 2.84%
B = 72.34%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#230466 (or 0x230466) is known color: Persian Indigo. HEX triplet: 23, 04 and 66. RGB value is (35,4,102). Sum of RGB (Red+Green+Blue) = 35+4+102=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #230466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230466 is #DCFB99. Grayscale: #181818. Windows color (decimal): -14482330 or 6685731. OLE color: 6685731.

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

Color convert

RGB 35 4 102 -
CMYK 0.66 0.96 0 0.6
HSL 258.98º 0.92% 0.21% -
HSV(B) 258.98º 0.96% 0.4% -
XYZ 3.13 1.4 12.68 -
YUV 24.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 35 4 102 0.66 0.96 0 0.6 258.98 0.92 0.21
Hex 23 4 66 42 60 0 3C 103 5C 15
Octal 43 4 146 102 140 0 74 403 134 25
Binary 100011 100 1100110 1000010 1100000 0 111100 100000011 1011100 10101

Color Harmonies of #230466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230466

Black with #230466

Text Example


Text Example

White with #230466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230466; }

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

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

background-color css

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

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

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

border-color css

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

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

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