Html Css Color HEX #230062 Persian Indigo

📋 copy color: '#230062'

red 35 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #230062

Tints of Persian Indigo #230062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.68%

R = 26.32%
G = 0%
B = 73.68%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230062 (or 0x230062) is known color: Persian Indigo. HEX triplet: 23, 00 and 62. RGB value is (35,0,98). Sum of RGB (Red+Green+Blue) = 35+0+98=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #230062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230062 is #DCFF9D. Grayscale: #151515. Windows color (decimal): -14483358 or 6422563. OLE color: 6422563.

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

Color convert

RGB 35 0 98 -
CMYK 0.64 1 0 0.62
HSL 261.43º 1% 0.19% -
HSV(B) 261.43º 1% 0.38% -
XYZ 2.9 1.24 11.64 -
YUV 21.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 35 0 98 0.64 1 0 0.62 261.43 1 0.19
Hex 23 0 62 40 64 0 3E 105 64 13
Octal 43 0 142 100 144 0 76 405 144 23
Binary 100011 0 1100010 1000000 1100100 0 111110 100000101 1100100 10011

Color Harmonies of #230062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230062

Black with #230062

Text Example


Text Example

White with #230062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230062; }

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

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

background-color css

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

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

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

border-color css

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

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

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